BluetoothViewModel_Factory

@DaggerGenerated
@Generated(value = "dagger.internal.codegen.ComponentProcessor", comments = "https://dagger.dev")
class BluetoothViewModel_Factory : Factory<T>

Functions

Link copied to clipboard
open fun create(bluetoothRepositoryProvider: Provider<BluetoothRepository>): BluetoothViewModel_Factory
Link copied to clipboard
open fun get(): BluetoothViewModel
Link copied to clipboard
open fun newInstance(bluetoothRepository: BluetoothRepository): BluetoothViewModel